Skip to content

fix(harness): bump plugin version 0.1.0 -> 0.1.1 so the hooks.json fix ships - #57

Merged
robercano-ghbot merged 1 commit into
mainfrom
fix/bump-plugin-version-for-hooks-fix
Jul 6, 2026
Merged

fix(harness): bump plugin version 0.1.0 -> 0.1.1 so the hooks.json fix ships#57
robercano-ghbot merged 1 commit into
mainfrom
fix/bump-plugin-version-for-hooks-fix

Conversation

@robercano-ghbot

Copy link
Copy Markdown
Collaborator

Summary

/plugin marketplace update only re-fetches plugin content when the version string actually changes. The hooks.json schema fix (#56, merged) landed on main but never reached an already-installed consumer (reDeploy) because plugin.json's version was still 0.1.0 — the consumer's cache at ~/.claude/plugins/cache/ai-project-orchestrator/orchestrator/0.1.0/ had no reason to refresh.

Fix

Bump .claude/.claude-plugin/plugin.json and the matching entry in .claude/.claude-plugin/marketplace.json (local-clone method) from 0.1.0 to 0.1.1. The repo-root alias marketplace.json deliberately carries no version (tracks git SHA), so it's unaffected.

Adds a maintainer note to USAGE.md's "Updating the plugin" section flagging this for future releases.

Test plan

  • Both JSON files valid
  • GATES_FILE=.claude/self/gates.json gate.sh lint passes
  • GATES_FILE=.claude/self/gates.json gate.sh test passes

Follow-up for reDeploy

Once merged, reDeploy's session needs /plugin marketplace update ai-project-orchestrator (now that the version actually changed, this should re-fetch) or a fresh /plugin install.

…x ships

/plugin marketplace update only re-fetches plugin content when the version
string actually changes. The hooks.json schema fix (previous PR) merged to
main but never reached an already-installed consumer (reDeploy) because
plugin.json's version was still 0.1.0 -- the consumer's cache at
~/.claude/plugins/cache/ai-project-orchestrator/orchestrator/0.1.0/ had no
reason to refresh.

Bumps .claude/.claude-plugin/plugin.json and the matching entry in
.claude/.claude-plugin/marketplace.json (the local-clone method's manifest;
the repo-root alias deliberately has no version and tracks the git SHA
instead, unaffected). Adds a maintainer note to USAGE.md's "Updating the
plugin" section so this isn't missed again.
@robercano-ghbot
robercano-ghbot merged commit 23927c8 into main Jul 6, 2026
9 checks passed
@robercano-ghbot
robercano-ghbot deleted the fix/bump-plugin-version-for-hooks-fix branch July 6, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants